\(\int (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{5/2} \, dx\) [308]

   Optimal result
   Rubi [A] (verified)
   Mathematica [C] (verified)
   Maple [C] (verified)
   Fricas [C] (verification not implemented)
   Sympy [F(-1)]
   Maxima [F]
   Giac [F(-1)]
   Mupad [F(-1)]

Optimal result

Integrand size = 25, antiderivative size = 131 \[ \int (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{5/2} \, dx=\frac {b^2 d^2 E\left (\left .\frac {1}{2} \left (e-\frac {\pi }{2}+f x\right )\right |2\right ) \sqrt {b \tan (e+f x)}}{2 f \sqrt {d \sec (e+f x)} \sqrt {\sin (e+f x)}}-\frac {b d^2 (b \tan (e+f x))^{3/2}}{2 f \sqrt {d \sec (e+f x)}}+\frac {b (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{3/2}}{3 f} \]

[Out]

-1/2*b^2*d^2*(sin(1/2*e+1/4*Pi+1/2*f*x)^2)^(1/2)/sin(1/2*e+1/4*Pi+1/2*f*x)*EllipticE(cos(1/2*e+1/4*Pi+1/2*f*x)
,2^(1/2))*(b*tan(f*x+e))^(1/2)/f/(d*sec(f*x+e))^(1/2)/sin(f*x+e)^(1/2)+1/3*b*(d*sec(f*x+e))^(3/2)*(b*tan(f*x+e
))^(3/2)/f-1/2*b*d^2*(b*tan(f*x+e))^(3/2)/f/(d*sec(f*x+e))^(1/2)

Rubi [A] (verified)

Time = 0.20 (sec) , antiderivative size = 131, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {2691, 2693, 2696, 2721, 2719} \[ \int (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{5/2} \, dx=\frac {b^2 d^2 E\left (\left .\frac {1}{2} \left (e+f x-\frac {\pi }{2}\right )\right |2\right ) \sqrt {b \tan (e+f x)}}{2 f \sqrt {\sin (e+f x)} \sqrt {d \sec (e+f x)}}-\frac {b d^2 (b \tan (e+f x))^{3/2}}{2 f \sqrt {d \sec (e+f x)}}+\frac {b (b \tan (e+f x))^{3/2} (d \sec (e+f x))^{3/2}}{3 f} \]

[In]

Int[(d*Sec[e + f*x])^(3/2)*(b*Tan[e + f*x])^(5/2),x]

[Out]

(b^2*d^2*EllipticE[(e - Pi/2 + f*x)/2, 2]*Sqrt[b*Tan[e + f*x]])/(2*f*Sqrt[d*Sec[e + f*x]]*Sqrt[Sin[e + f*x]])
- (b*d^2*(b*Tan[e + f*x])^(3/2))/(2*f*Sqrt[d*Sec[e + f*x]]) + (b*(d*Sec[e + f*x])^(3/2)*(b*Tan[e + f*x])^(3/2)
)/(3*f)

Rule 2691

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[b*(a*Sec[e +
 f*x])^m*((b*Tan[e + f*x])^(n - 1)/(f*(m + n - 1))), x] - Dist[b^2*((n - 1)/(m + n - 1)), Int[(a*Sec[e + f*x])
^m*(b*Tan[e + f*x])^(n - 2), x], x] /; FreeQ[{a, b, e, f, m}, x] && GtQ[n, 1] && NeQ[m + n - 1, 0] && Integers
Q[2*m, 2*n]

Rule 2693

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[a^2*(a*Sec[e
 + f*x])^(m - 2)*((b*Tan[e + f*x])^(n + 1)/(b*f*(m + n - 1))), x] + Dist[a^2*((m - 2)/(m + n - 1)), Int[(a*Sec
[e + f*x])^(m - 2)*(b*Tan[e + f*x])^n, x], x] /; FreeQ[{a, b, e, f, n}, x] && (GtQ[m, 1] || (EqQ[m, 1] && EqQ[
n, 1/2])) && NeQ[m + n - 1, 0] && IntegersQ[2*m, 2*n]

Rule 2696

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[a^(m + n)*((b
*Tan[e + f*x])^n/((a*Sec[e + f*x])^n*(b*Sin[e + f*x])^n)), Int[(b*Sin[e + f*x])^n/Cos[e + f*x]^(m + n), x], x]
 /; FreeQ[{a, b, e, f, m, n}, x] && IntegerQ[n + 1/2] && IntegerQ[m + 1/2]

Rule 2719

Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticE[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ[{
c, d}, x]

Rule 2721

Int[((b_)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Dist[(b*Sin[c + d*x])^n/Sin[c + d*x]^n, Int[Sin[c + d*x]
^n, x], x] /; FreeQ[{b, c, d}, x] && LtQ[-1, n, 1] && IntegerQ[2*n]

Rubi steps \begin{align*} \text {integral}& = \frac {b (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{3/2}}{3 f}-\frac {1}{2} b^2 \int (d \sec (e+f x))^{3/2} \sqrt {b \tan (e+f x)} \, dx \\ & = -\frac {b d^2 (b \tan (e+f x))^{3/2}}{2 f \sqrt {d \sec (e+f x)}}+\frac {b (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{3/2}}{3 f}+\frac {1}{4} \left (b^2 d^2\right ) \int \frac {\sqrt {b \tan (e+f x)}}{\sqrt {d \sec (e+f x)}} \, dx \\ & = -\frac {b d^2 (b \tan (e+f x))^{3/2}}{2 f \sqrt {d \sec (e+f x)}}+\frac {b (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{3/2}}{3 f}+\frac {\left (b^2 d^2 \sqrt {b \tan (e+f x)}\right ) \int \sqrt {b \sin (e+f x)} \, dx}{4 \sqrt {d \sec (e+f x)} \sqrt {b \sin (e+f x)}} \\ & = -\frac {b d^2 (b \tan (e+f x))^{3/2}}{2 f \sqrt {d \sec (e+f x)}}+\frac {b (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{3/2}}{3 f}+\frac {\left (b^2 d^2 \sqrt {b \tan (e+f x)}\right ) \int \sqrt {\sin (e+f x)} \, dx}{4 \sqrt {d \sec (e+f x)} \sqrt {\sin (e+f x)}} \\ & = \frac {b^2 d^2 E\left (\left .\frac {1}{2} \left (e-\frac {\pi }{2}+f x\right )\right |2\right ) \sqrt {b \tan (e+f x)}}{2 f \sqrt {d \sec (e+f x)} \sqrt {\sin (e+f x)}}-\frac {b d^2 (b \tan (e+f x))^{3/2}}{2 f \sqrt {d \sec (e+f x)}}+\frac {b (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{3/2}}{3 f} \\ \end{align*}

Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.

Time = 0.74 (sec) , antiderivative size = 80, normalized size of antiderivative = 0.61 \[ \int (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{5/2} \, dx=\frac {b d^2 \left (-3+2 \sec ^2(e+f x)+\operatorname {Hypergeometric2F1}\left (\frac {3}{4},\frac {5}{4},\frac {7}{4},-\tan ^2(e+f x)\right ) \sqrt [4]{\sec ^2(e+f x)}\right ) (b \tan (e+f x))^{3/2}}{6 f \sqrt {d \sec (e+f x)}} \]

[In]

Integrate[(d*Sec[e + f*x])^(3/2)*(b*Tan[e + f*x])^(5/2),x]

[Out]

(b*d^2*(-3 + 2*Sec[e + f*x]^2 + Hypergeometric2F1[3/4, 5/4, 7/4, -Tan[e + f*x]^2]*(Sec[e + f*x]^2)^(1/4))*(b*T
an[e + f*x])^(3/2))/(6*f*Sqrt[d*Sec[e + f*x]])

Maple [C] (verified)

Result contains complex when optimal does not.

Time = 1.89 (sec) , antiderivative size = 487, normalized size of antiderivative = 3.72

method result size
default \(\frac {\left (\sec ^{2}\left (f x +e \right )\right ) \csc \left (f x +e \right ) \left (-6 \sqrt {-i \left (i-\cot \left (f x +e \right )+\csc \left (f x +e \right )\right )}\, \sqrt {-i \left (\cot \left (f x +e \right )-\csc \left (f x +e \right )+i\right )}\, \sqrt {i \left (\csc \left (f x +e \right )-\cot \left (f x +e \right )\right )}\, E\left (\sqrt {-i \left (i-\cot \left (f x +e \right )+\csc \left (f x +e \right )\right )}, \frac {\sqrt {2}}{2}\right ) \left (\cos ^{4}\left (f x +e \right )\right )+3 \sqrt {-i \left (i-\cot \left (f x +e \right )+\csc \left (f x +e \right )\right )}\, \sqrt {-i \left (\cot \left (f x +e \right )-\csc \left (f x +e \right )+i\right )}\, \sqrt {i \left (\csc \left (f x +e \right )-\cot \left (f x +e \right )\right )}\, F\left (\sqrt {-i \left (i-\cot \left (f x +e \right )+\csc \left (f x +e \right )\right )}, \frac {\sqrt {2}}{2}\right ) \left (\cos ^{4}\left (f x +e \right )\right )-6 \sqrt {-i \left (i-\cot \left (f x +e \right )+\csc \left (f x +e \right )\right )}\, \sqrt {-i \left (\cot \left (f x +e \right )-\csc \left (f x +e \right )+i\right )}\, \sqrt {i \left (\csc \left (f x +e \right )-\cot \left (f x +e \right )\right )}\, E\left (\sqrt {-i \left (i-\cot \left (f x +e \right )+\csc \left (f x +e \right )\right )}, \frac {\sqrt {2}}{2}\right ) \left (\cos ^{3}\left (f x +e \right )\right )+3 \sqrt {-i \left (i-\cot \left (f x +e \right )+\csc \left (f x +e \right )\right )}\, \sqrt {-i \left (\cot \left (f x +e \right )-\csc \left (f x +e \right )+i\right )}\, \sqrt {i \left (\csc \left (f x +e \right )-\cot \left (f x +e \right )\right )}\, F\left (\sqrt {-i \left (i-\cot \left (f x +e \right )+\csc \left (f x +e \right )\right )}, \frac {\sqrt {2}}{2}\right ) \left (\cos ^{3}\left (f x +e \right )\right )+3 \sqrt {2}\, \left (\cos ^{3}\left (f x +e \right )\right )-5 \sqrt {2}\, \left (\cos ^{2}\left (f x +e \right )\right )+2 \sqrt {2}\right ) d \sqrt {d \sec \left (f x +e \right )}\, b^{2} \sqrt {b \tan \left (f x +e \right )}\, \sqrt {2}}{12 f}\) \(487\)

[In]

int((d*sec(f*x+e))^(3/2)*(b*tan(f*x+e))^(5/2),x,method=_RETURNVERBOSE)

[Out]

1/12/f*sec(f*x+e)^2*csc(f*x+e)*(-6*(-I*(I-cot(f*x+e)+csc(f*x+e)))^(1/2)*(-I*(cot(f*x+e)-csc(f*x+e)+I))^(1/2)*(
I*(csc(f*x+e)-cot(f*x+e)))^(1/2)*EllipticE((-I*(I-cot(f*x+e)+csc(f*x+e)))^(1/2),1/2*2^(1/2))*cos(f*x+e)^4+3*(-
I*(I-cot(f*x+e)+csc(f*x+e)))^(1/2)*(-I*(cot(f*x+e)-csc(f*x+e)+I))^(1/2)*(I*(csc(f*x+e)-cot(f*x+e)))^(1/2)*Elli
pticF((-I*(I-cot(f*x+e)+csc(f*x+e)))^(1/2),1/2*2^(1/2))*cos(f*x+e)^4-6*(-I*(I-cot(f*x+e)+csc(f*x+e)))^(1/2)*(-
I*(cot(f*x+e)-csc(f*x+e)+I))^(1/2)*(I*(csc(f*x+e)-cot(f*x+e)))^(1/2)*EllipticE((-I*(I-cot(f*x+e)+csc(f*x+e)))^
(1/2),1/2*2^(1/2))*cos(f*x+e)^3+3*(-I*(I-cot(f*x+e)+csc(f*x+e)))^(1/2)*(-I*(cot(f*x+e)-csc(f*x+e)+I))^(1/2)*(I
*(csc(f*x+e)-cot(f*x+e)))^(1/2)*EllipticF((-I*(I-cot(f*x+e)+csc(f*x+e)))^(1/2),1/2*2^(1/2))*cos(f*x+e)^3+3*2^(
1/2)*cos(f*x+e)^3-5*2^(1/2)*cos(f*x+e)^2+2*2^(1/2))*d*(d*sec(f*x+e))^(1/2)*b^2*(b*tan(f*x+e))^(1/2)*2^(1/2)

Fricas [C] (verification not implemented)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.09 (sec) , antiderivative size = 155, normalized size of antiderivative = 1.18 \[ \int (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{5/2} \, dx=\frac {3 i \, \sqrt {-2 i \, b d} b^{2} d \cos \left (f x + e\right )^{2} {\rm weierstrassZeta}\left (4, 0, {\rm weierstrassPInverse}\left (4, 0, \cos \left (f x + e\right ) + i \, \sin \left (f x + e\right )\right )\right ) - 3 i \, \sqrt {2 i \, b d} b^{2} d \cos \left (f x + e\right )^{2} {\rm weierstrassZeta}\left (4, 0, {\rm weierstrassPInverse}\left (4, 0, \cos \left (f x + e\right ) - i \, \sin \left (f x + e\right )\right )\right ) - 2 \, {\left (3 \, b^{2} d \cos \left (f x + e\right )^{2} - 2 \, b^{2} d\right )} \sqrt {\frac {b \sin \left (f x + e\right )}{\cos \left (f x + e\right )}} \sqrt {\frac {d}{\cos \left (f x + e\right )}} \sin \left (f x + e\right )}{12 \, f \cos \left (f x + e\right )^{2}} \]

[In]

integrate((d*sec(f*x+e))^(3/2)*(b*tan(f*x+e))^(5/2),x, algorithm="fricas")

[Out]

1/12*(3*I*sqrt(-2*I*b*d)*b^2*d*cos(f*x + e)^2*weierstrassZeta(4, 0, weierstrassPInverse(4, 0, cos(f*x + e) + I
*sin(f*x + e))) - 3*I*sqrt(2*I*b*d)*b^2*d*cos(f*x + e)^2*weierstrassZeta(4, 0, weierstrassPInverse(4, 0, cos(f
*x + e) - I*sin(f*x + e))) - 2*(3*b^2*d*cos(f*x + e)^2 - 2*b^2*d)*sqrt(b*sin(f*x + e)/cos(f*x + e))*sqrt(d/cos
(f*x + e))*sin(f*x + e))/(f*cos(f*x + e)^2)

Sympy [F(-1)]

Timed out. \[ \int (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{5/2} \, dx=\text {Timed out} \]

[In]

integrate((d*sec(f*x+e))**(3/2)*(b*tan(f*x+e))**(5/2),x)

[Out]

Timed out

Maxima [F]

\[ \int (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{5/2} \, dx=\int { \left (d \sec \left (f x + e\right )\right )^{\frac {3}{2}} \left (b \tan \left (f x + e\right )\right )^{\frac {5}{2}} \,d x } \]

[In]

integrate((d*sec(f*x+e))^(3/2)*(b*tan(f*x+e))^(5/2),x, algorithm="maxima")

[Out]

integrate((d*sec(f*x + e))^(3/2)*(b*tan(f*x + e))^(5/2), x)

Giac [F(-1)]

Timed out. \[ \int (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{5/2} \, dx=\text {Timed out} \]

[In]

integrate((d*sec(f*x+e))^(3/2)*(b*tan(f*x+e))^(5/2),x, algorithm="giac")

[Out]

Timed out

Mupad [F(-1)]

Timed out. \[ \int (d \sec (e+f x))^{3/2} (b \tan (e+f x))^{5/2} \, dx=\int {\left (b\,\mathrm {tan}\left (e+f\,x\right )\right )}^{5/2}\,{\left (\frac {d}{\cos \left (e+f\,x\right )}\right )}^{3/2} \,d x \]

[In]

int((b*tan(e + f*x))^(5/2)*(d/cos(e + f*x))^(3/2),x)

[Out]

int((b*tan(e + f*x))^(5/2)*(d/cos(e + f*x))^(3/2), x)